home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / CleanIce-Debian / gtk-2.0 / gtkrc
Text File  |  2009-09-06  |  2KB  |  104 lines

  1. # Edit these colors and fonts however you like, after cp'ing the file to
  2. # another theme directory.
  3. # CleanIce GTK+ Theme 2001,2002 Rodney Dawes <dobey@free.fr>
  4. # Based on ThinIce GTK+ Engine by Tomas Ogren
  5. # and Clean GTK+ Engine by dengen40@yahoo.com
  6. # Debian colors: #d60451 #c50039 - erich@debian.org
  7.  
  8. style "default"
  9. {
  10.   GtkRange::slider_width = 12
  11.   GtkRange::stepper_size = 12
  12.   GtkScrollbar::min_slider_length = 17
  13.   GtkCheckButton::indicator_size = 10
  14.  
  15.   base[ACTIVE] = "#efafaf"
  16.   bg[ACTIVE] = "#efafaf"
  17.   fg[ACTIVE] = "#000000"
  18.   text[ACTIVE] = "#000000"
  19.  
  20.   bg[INSENSITIVE] = "#dddddd"
  21.   base[INSENSITIVE] = "#dddddd"
  22.   text[INSENSITIVE] = "#efefef"
  23.  
  24.   bg[NORMAL] = "#efefef"
  25.   fg[NORMAL] = "#000000"
  26.  
  27.   base[SELECTED] = "#c50039"
  28.   text[SELECTED] = "#000000" #"#efefef"
  29.   bg[SELECTED] = "#c50039"
  30.   fg[SELECTED] = "#000000" #"#efefef"
  31.   
  32.   bg[PRELIGHT] = "#c50039"
  33.   fg[PRELIGHT] = "#000000" #"#efefef"
  34.   
  35.   engine "cleanice"
  36.   {
  37.   }
  38. }
  39. widget_class "*" style "default"
  40.  
  41. style "entries" = "default"
  42. {
  43.     bg[SELECTED] = "#efefef"
  44.     fg[SELECTED] = "#c50039"
  45.     fg[NORMAL]   = "#000000"
  46. }
  47. widget_class "*Entry*" style "entries"
  48. widget_class "*List*"  style "entries"
  49. widget_class "*Tree*"  style "entries"
  50.  
  51. style "progress" = "default"
  52.  
  53. {
  54.     bg[SELECTED] = "#efefef"
  55.     fg[SELECTED] = "#c50039"
  56. }
  57. widget_class "*Progress*" style "progress"
  58.  
  59. style "notebook" = "default"
  60. {
  61.     bg[ACTIVE] = "#dddddd"
  62.     bg[NORMAL] = "#efefef"
  63. }
  64. widget_class "*Notebook*" style "notebook"
  65.  
  66. style "scrollbar" = "default"
  67. {
  68.     GtkScrollbar::has_forward_stepper = 1
  69.     GtkScrollbar::has_backward_stepper = 1
  70.     GtkScrollbar::has_secondary_backward_stepper = 0
  71.  
  72.     bg[PRELIGHT] = "#c50039"
  73.     bg[ACTIVE] = "#dccccc"
  74.     fg[PRELIGHT] = "#efefef"
  75. }
  76. widget_class "*Scrollbar*" style "scrollbar"
  77. widget_class "*Scale*" style "scrollbar"
  78.  
  79. style "menu" = "default"
  80. {
  81.     bg[PRELIGHT] = "#c50039"
  82.     fg[PRELIGHT] = "#000000"
  83.     bg[SELECTED] = "#c50039"
  84.     fg[SELECTED] = "#000000"
  85. }
  86. widget_class "*Menu*" style "menu"
  87.  
  88. style "checkradio" = "default"
  89. {
  90.  fg[PRELIGHT] = "#000000"
  91.  bg[PRELIGHT] = "#c50039"
  92.  base[SELECTED] = "#efefef"
  93.  text[SELECTED] = "#000000"
  94. }
  95. widget_class "*CheckButton*" style "checkradio"
  96. widget_class "*RadioButton*" style "checkradio"
  97.  
  98. style "ruler" = "default"
  99. {
  100.     font = "Helvetica 8"
  101. }
  102. widget_class "*Ruler*" style "ruler"
  103.  
  104.